go/types.typeWriter.ctxt (field)
14 uses
go/types (current package)
typestring.go#L80: ctxt *Context // if non-nil, we are type hashing
typestring.go#L95: if w.ctxt != nil {
typestring.go#L113: if w.ctxt != nil {
typestring.go#L205: if w.ctxt == nil {
typestring.go#L229: if w.ctxt != nil {
typestring.go#L285: if w.ctxt != nil {
typestring.go#L286: w.string(strconv.Itoa(w.ctxt.getID(t)))
typestring.go#L292: } else if w.ctxt == nil && t.TypeParams().Len() != 0 { // For type hashing, don't need to format the TypeParams
typestring.go#L309: if w.debug || w.ctxt != nil {
typestring.go#L323: assert(w.ctxt != nil)
typestring.go#L346: newTypeHasher(&buf, w.ctxt).typ(term.typ)
typestring.go#L412: if w.ctxt == nil && v.name != "" {
typestring.go#L441: if w.ctxt != nil {
typestring.go#L460: if n == 1 && (w.ctxt != nil || sig.results.vars[0].name == "") {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)